Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1ComboBox<T> Class / EditorStyle Property

In This Topic
    EditorStyle Property (C1ComboBox<T>)
    In This Topic
    Gets or sets the style of the editor used to edit the selected item.
    Syntax
    'Declaration
     
    
    Public Property EditorStyle As C1Style
    public C1Style EditorStyle {get; set;}
    See Also